Neal,
I wonder if you could help me with a Apache problem.
I have installed Apache 2.0.48 and everything worked fine.
I then modified the httpd.conf file to get the index.htm file from C:/webroot
e.g.
DocumentRoot "C:/webroot"
When I give the browser the following URL
http://localhost/
--------------------
with file index.html I get the message as follows:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
--------------------------------------------------------------------------------
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
Open the localhost home page, and then look for links to the information you want.
Click the Back button to try another link.
Click Search to look for information on the Internet.
HTTP 404 - File not found
Internet Explorer
When I give the URL of
http://localhost/
--------------------
with the file index.html.en I get the following:
Index of /
Name Last modified Size Description-------------------------------------------------------------------------------- apache_pb.gif 02-May-2001 21:30 2.4K
index.html.en 03-May-2001 17:01 1.5K
--------------------------------------------------------------------------------
Apache/2.0.48 (Win32) Server at localhost Port 80
What could be causing this? Any ideas would be appreciated.